

/**umb_name:h1*/
h1{}

/**umb_name:h2*/
h2{}

/**umb_name:h3*/
h3{}

/**umb_name:h4*/
h4{}

/**umb_name:h5*/
h5{}

/**umb_name:h6*/
h6{}


/**umb_name:red-text*/
.redText{
    color: #bf201a;
    text-decoration: none;
    font-weight: bold;
}
.redText a{
    color: #bf201a;
    font-weight: bold;
}
.redText a:hover{
    color: #bf201a;
    font-weight: bold;
    text-decoration: underline;
}


